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