ID #102796
Usable
Crystal of Forgotten Time (Area 2)
Buy Price: N/A
Sell Price: N/A
This has no effect in other areas, but when used in Forgotten Time Area 2, it teleports you to a random space within Area 2.
_______________________
Weight: 3
_______________________
Weight: 3
Basic Information
Type
Usable
Weight
30
Scripts
Script if (strcharinfo(3) == "for_dun02") warp "for_dun02",0,0; else { specialeffect2 EF_FREEZING; showscript "It doesn't seem to have any effect here.", playerattached(), SELF; }
if (strcharinfo(3) == "for_dun02")
warp "for_dun02",0,0;
else {
specialeffect2 EF_FREEZING;
showscript "It doesn't seem to have any effect here.", playerattached(), SELF;
}